projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef5844
)
image: minor cleanup
author
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 1 Dec 2011 00:46:16 +0000
(19:46 -0500)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 1 Dec 2011 00:47:52 +0000
(19:47 -0500)
gtk/gtkimage.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimage.c
b/gtk/gtkimage.c
index 8b49b3236333d30f1958fc0c5f45f6cf3d0b91d4..5f392deebbaddee10e2a70e8a2ca5eb2c75b2cc5 100644
(file)
--- a/
gtk/gtkimage.c
+++ b/
gtk/gtkimage.c
@@
-714,7
+714,7
@@
gtk_image_set_from_file (GtkImage *image,
{
gtk_image_set_from_stock (image,
GTK_STOCK_MISSING_IMAGE,
-
GTK_ICON_SIZE_BUTTON
);
+
DEFAULT_ICON_SIZE
);
g_object_thaw_notify (G_OBJECT (image));
return;
}